Move generated tarballs under target/package
authorAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 02:56:08 +0000 (18:56 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 5 Nov 2014 19:40:15 +0000 (11:40 -0800)
commit291c7747630622761dc90b9b5d0839e636709154
tree746daf37a439577d1d962c9884770bd00adc4191
parent1852281f32076367b041b217608cf70b386bb82f
Move generated tarballs under target/package

At the same time this commit renames the `.tar.gz` extension to `.crate`. This
helps our perception on Windows as we're not trying to leave them out in the
dark, and we'd also like the ability to modify the format later in the future.

Closes #777
src/cargo/core/manifest.rs
src/cargo/ops/cargo_package.rs
src/cargo/sources/registry.rs
tests/test_cargo_package.rs
tests/test_cargo_publish.rs
tests/test_cargo_registry.rs